Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework sel4-externally-shared crate #33

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

nspin
Copy link
Member

@nspin nspin commented Oct 20, 2023

  • Depend on a less heavily patched version of the volatile crate via Git [1] instead of including the more heavily patched version in this repository.
  • Add some volatile::ops::Ops implementations and wrappers.
  • Add AtomicPtr type.

[1] https://github.com/coliasgroup/volatile/tree/coliasgroup

- Depend on a patched version of the `volatile` crate via Git instead of
  including the patched version in this repository.
- Add some `volatile::ops::Ops` implementations and wrappers.
- Add `AtomicPtr` type.

Signed-off-by: Nick Spinale <nick@nickspinale.com>
@nspin nspin merged commit 111c982 into seL4:main Oct 20, 2023
14 checks passed
@nspin nspin deleted the pr/externally-shared-rework branch October 20, 2023 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant